.title {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bda78d;
  padding: 1rem 0rem;
  max-width: 80%; }
  .title-line {
    width: 100%;
    height: 1px;
    background: #bda78d;
    position: absolute;
    top: 50%; }
  .title-txt {
    font-family: Montserrat-MediumItalic;
    font-size: 1.4rem;
    text-align: center;
    z-index: 2;
    background: white;
    margin: 0;
    padding: 0rem 1rem; }

@font-face {
  font-family: 'Oswald-Bold';
  src: url("/static/custom/css/fonts/Oswald-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Oswald-Medium';
  src: url("/static/custom/css/fonts/Oswald-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto-Bold';
  src: url("/static/custom/css/fonts/Roboto-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("/static/custom/css/fonts/Roboto-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Audrey-Medium';
  src: url("/static/custom/css/fonts/Audrey-Medium.otf") format("opentype"); }
@font-face {
  font-family: 'CDType-Voga Medium';
  src: url("/static/custom/css/fonts/CDType - Voga Medium.otf") format("opentype"); }
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("/static/custom/css/fonts/Montserrat-Bold.otf") format("opentype"); }
@font-face {
  font-family: 'Montserrat-Medium';
  src: url("/static/custom/css/fonts/Montserrat-Medium.otf") format("opentype"); }
@font-face {
  font-family: 'Montserrat-MediumItalic';
  src: url("/static/custom/css/fonts/Montserrat-MediumItalic.otf") format("opentype"); }
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("/static/custom/css/fonts/Montserrat-Regular.otf") format("opentype"); }
.historia {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  padding-bottom: 2rem; }
  .historia__video {
    width: 100%;
    height: 800px; }
  .historia__criticas {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3rem; }
    .historia__criticas-title {
      width: 100%; }
      .historia__criticas-title .title-txt {
        font-size: 2rem; }
    .historia__criticas-cards {
      width: 100%;
      max-width: 90%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2rem; }
  .historia .recent-expos {
    color: #4d4d4d; }
    .historia .recent-expos .recent-expo-title {
      width: 20rem;
      margin: auto;
      margin-top: 2rem;
      margin-bottom: 1rem;
      font-size: 1.5rem;
      font-family: Oswald-Bold;
      color: #bda78d;
      font-style: italic; }
      .historia .recent-expos .recent-expo-title p {
        width: 100%;
        text-align: start;
        border-bottom: 3px solid #bda78d;
        line-height: 1.5rem;
        margin: 20px 0 20px;
        font-family: Montserrat-MediumItalic; }
        .historia .recent-expos .recent-expo-title p span {
          background: #fff;
          padding: 0;
          font-weight: normal;
          padding-right: 1rem; }
    .historia .recent-expos a {
      color: inherit;
      text-decoration: none; }
    .historia .recent-expos hr {
      border-top: 3px solid #bda78d; }
    .historia .recent-expos .comment {
      color: #bda78d; }
  .historia__publicaciones {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .historia__publicaciones-title .title-txt {
      font-size: 2rem;
      font-weight: bold;
      max-width: 30%; }
    .historia__publicaciones-cols {
      margin: auto;
      width: 80%;
      gap: 2rem;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      text-align: left; }
      .historia__publicaciones-cols-item {
        width: 40%;
        padding: 0; }
        .historia__publicaciones-cols-item-txt1 {
          width: 100%;
          font-size: 3rem;
          font-family: Oswald-Bold;
          color: #bda78d; }
          .historia__publicaciones-cols-item-txt1 p {
            width: 100%;
            text-align: start;
            border-bottom: 3px solid #bda78d;
            line-height: 3rem;
            margin: 40px 0 20px;
            font-family: Montserrat-MediumItalic; }
            .historia__publicaciones-cols-item-txt1 p span {
              background: #fff;
              padding: 0;
              font-weight: normal;
              padding-right: 1.5rem; }
        .historia__publicaciones-cols-item-txt2 {
          font-size: 1rem;
          color: #4d4d4d;
          font-family: Roboto-Regular;
          line-height: 1.5rem; }

@media screen and (max-width: 800px) {
  .historia__video {
    height: auto; }
  .historia__criticas-cards {
    max-width: 100%;
    flex-wrap: wrap; }
    .historia__criticas-cards .tarjeta:nth-child(even) {
      flex-direction: row-reverse; }
  .historia__publicaciones-title .title-txt {
    font-size: 1rem;
    max-width: 60%; }
  .historia__publicaciones-cols {
    width: 100%;
    flex-wrap: wrap;
    gap: 0; }
    .historia__publicaciones-cols-item {
      width: 100%; } }
.galeria {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0rem;
  margin: 0 auto; }
  .galeria__title {
    width: 100%; }
    .galeria__title .title-txt {
      font-size: 1.5rem; }
  .galeria .gallery-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: MIN(1vw, 1rem); }
    .galeria .gallery-container .grid-item {
      width: auto;
      height: 23vw;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: var(--width_nores);
      overflow: hidden; }
      .galeria .gallery-container .grid-item .galeria__img {
        min-width: 100%;
        min-height: 100%;
        object-fit: cover; }
      .galeria .gallery-container .grid-item p {
        width: 100%;
        height: 100%;
        display: none;
        line-break: auto; }
      .galeria .gallery-container .grid-item p.galeria__p_sold {
        width: 100%;
        height: 100%;
        display: flex;
        line-break: auto; }
        .galeria .gallery-container .grid-item p.galeria__p_sold img {
          z-index: 4;
          position: absolute;
          right: 0;
          top: 0;
          width: MAX(100px, 10vw); }
      .galeria .gallery-container .grid-item:hover .galeria__img {
        filter: brightness(0.1); }
      .galeria .gallery-container .grid-item:hover p {
        display: flex;
        position: absolute;
        justify-content: center;
        cursor: pointer;
        align-items: center;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        color: white;
        font-size: MIN(2rem, 2vw);
        font-weight: bold;
        z-index: 5;
        text-align: center;
        padding: 1rem; }

@media screen and (max-width: 800px) {
  .galeria {
    padding: 0rem 1rem; }
    .galeria__title .title-txt {
      font-size: 1rem; }
    .galeria .gallery-container {
      gap: 0; }
      .galeria .gallery-container .grid-item {
        width: 100%;
        height: auto;
        margin-bottom: 0.5rem; }
        .galeria .gallery-container .grid-item .galeria__img {
          height: 100%; }
        .galeria .gallery-container .grid-item p {
          display: none; }
        .galeria .gallery-container .grid-item:hover .galeria__img {
          filter: brightness(0.1); }
        .galeria .gallery-container .grid-item:hover p {
          font-size: 0.8rem; } }
.index {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .index__img {
    width: 100%;
    margin: 0.5rem 0rem; }
  .index__title .title-txt {
    font-size: 1.8rem; }
  .index__txt {
    text-align: center;
    max-width: 550px; }

@media screen and (max-width: 800px) {
  .index__title .title-txt {
    font-size: 1.2rem; } }
.layout {
  padding: 1rem; }
  .layout__top {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0; }
    .layout__top-menu {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 3em; }
      .layout__top-menu .active {
        color: #bda78d; }
      .layout__top-menu--left {
        text-align: left; }
      .layout__top-menu--right {
        text-align: right; }
      .layout__top-menu li a {
        font-size: 1.2rem;
        font-family: Audrey-Medium;
        color: #4d4d4d;
        text-decoration: none; }
    .layout__top-menubtn {
      display: none; }
    .layout__top-img {
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #bda78d;
      padding-left: 6rem; }
      .layout__top-img-txt {
        padding: 0;
        margin: 0;
        font-size: 1.5rem;
        font-family: CDType-Voga Medium; }
    .layout__top--responsive {
      display: none; }
  .layout__footer {
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    margin: auto; }
    .layout__footer-link {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      text-decoration: none;
      color: #4d4d4d;
      font-size: 1.5rem;
      width: 307px; }
      .layout__footer-link--wat {
        justify-content: flex-end; }
      .layout__footer-link-icon {
        width: 50px;
        height: 50px;
        font-size: 2rem;
        background: #bda78d;
        color: white;
        border-radius: 50%; }
        .layout__footer-link-icon:before {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }

@media screen and (max-width: 800px) {
  .layout {
    padding: 0; }
    .layout__top {
      padding: 1rem; }
      .layout__top-menu li {
        display: none; }
      .layout__top-img-txt {
        font-size: 1.5rem; }
      .layout__top-menubtn {
        display: block;
        border-radius: 5px;
        border: none;
        background-color: transparent;
        color: #bda78d; }
        .layout__top-menubtn .fas {
          font-size: 3rem; }
      .layout__top--responsive {
        width: 100%;
        height: 40px;
        display: flex;
        background: #bda78d;
        justify-content: flex-end;
        gap: 1rem;
        padding-right: 1rem; }
        .layout__top--responsive-link {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 1rem; }
          .layout__top--responsive-link span {
            display: none; }
          .layout__top--responsive-link-icon {
            width: 25px;
            height: 25px;
            font-size: 1rem;
            background: #4d4d4d;
            color: white;
            border-radius: 50%; }
            .layout__top--responsive-link-icon:before {
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center; }
    .layout__footer {
      gap: 0;
      align-items: center;
      justify-content: center;
      margin: 0 0 auto 0;
      padding: 1rem; }
      .layout__footer-link {
        width: 50px;
        font-size: 0.8rem;
        justify-content: center; }
        .layout__footer-link span {
          display: none; }
        .layout__footer-link--responsive {
          width: 100%;
          align-items: center;
          justify-content: center;
          margin: 0 0 auto 0; }
        .layout__footer-link-icon {
          width: 30px;
          height: 30px;
          font-size: 1rem; } }
.menu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transform: scale(0, 1);
  transform-origin: right;
  align-items: center;
  justify-content: center;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white; }
  .menu .layout__top-img {
    width: 100%;
    flex-direction: row;
    justify-content: space-around; }
    .menu .layout__top-img .menu__close {
      font-family: Audrey-Medium;
      display: flex;
      align-items: left;
      font-size: 5rem;
      color: #bda78d;
      cursor: pointer;
      padding-left: 2rem; }
  .menu .menu__sombra {
    width: 100%;
    background-color: white;
    flex-direction: column;
    text-align: center;
    z-index: 2; }
    .menu .menu__sombra .menu__lista ol {
      width: 100%;
      list-style: none;
      padding: 0;
      margin: 0; }
      .menu .menu__sombra .menu__lista ol li {
        line-height: 1rem;
        display: flex;
        align-items: center;
        justify-content: center; }
        .menu .menu__sombra .menu__lista ol li a {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 1rem;
          text-decoration: none;
          color: #4d4d4d;
          font-size: 1.5rem;
          padding: 1rem;
          font-family: Oswald-Medium; }
    .menu .menu__sombra .menu__lista .active {
      color: #bda78d; }

.oferta {
  width: 100%;
  color: #bda78d;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  padding: 1rem; }
  .oferta__title .title-txt {
    font-size: 2rem; }
  .oferta__form {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem; }
    .oferta__form-item {
      width: 100%;
      display: flex;
      align-items: center;
      padding: 0.5rem;
      border: 2px solid #bda78d; }
      .oferta__form-item:focus {
        outline: none; }
      .oferta__form-item::placeholder {
        color: #bda78d; }
    .oferta__form textarea {
      height: 150px;
      resize: none; }
    .oferta__form-btn {
      width: 220px;
      background-color: #bda78d;
      color: black;
      border: none;
      border-radius: 15px;
      padding: 1rem 0rem;
      font-size: 1.5rem;
      text-align: center;
      align-self: flex-end; }
    .oferta__form-captcha {
      align-self: flex-end;
      justify-self: flex-end; }
  .oferta__info {
    align-self: flex-start;
    font-size: 1.5rem; }
    .oferta__info-item {
      display: flex;
      gap: 0.5rem; }
      .oferta__info-item-txt1 {
        font-weight: bold; }
      .oferta__info-item-txt2 {
        font-weight: normal;
        color: black; }
  .oferta__site {
    font-size: 1.5rem;
    font-weight: bold; }

@media screen and (max-width: 800px) {
  .oferta__title {
    max-width: 100%; }
    .oferta__title .title-txt {
      font-size: 1.5rem; }
  .oferta__form {
    width: 100%; }
    .oferta__form-btn {
      padding: 0.5rem 0rem; }
  .oferta__info {
    width: 100%;
    font-size: 0.9rem; }
    .oferta__info-item {
      text-align: center; }
  .oferta__site {
    text-align: center;
    font-size: 1rem; } }
@use 'colores';
@use 'fuentes';
.tarjeta {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  max-width: 45%;
  margin-bottom: 5rem; }
  .tarjeta .tarjeta__cont-img {
    width: 50%;
    height: 100%; }
    .tarjeta .tarjeta__cont-img .tarjeta__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: left; }
  .tarjeta .tarjeta__cont-crit {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0rem 1rem; }
    .tarjeta .tarjeta__cont-crit p {
      width: 100%;
      text-align: left;
      margin: 0; }
    .tarjeta .tarjeta__cont-crit .tarjeta__txt1 {
      height: 50px;
      font-size: 4rem;
      color: #bda78d;
      font-family: Oswald-Bold; }
    .tarjeta .tarjeta__cont-crit .tarjeta__txt2 {
      font-size: 1.5rem;
      padding: 0.5rem 0rem;
      color: #4d4d4d;
      border-bottom: 1px solid #bda78d;
      line-height: 1.5rem; }
    .tarjeta .tarjeta__cont-crit .tarjeta__txt3 {
      font-size: 1.5rem;
      padding: 0.5rem 0rem;
      color: #bda78d;
      font-family: Roboto-Bold;
      line-height: 1.5rem; }

@media screen and (max-width: 800px) {
  .tarjeta {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem; }
    .tarjeta .tarjeta__cont-crit .tarjeta__txt2 {
      font-size: 1rem;
      line-height: 1rem; }
    .tarjeta .tarjeta__cont-crit .tarjeta__txt3 {
      font-size: 0.9rem;
      line-height: 1rem; } }
.modal {
  display: flex;
  transform: scale(0);
  transform-origin: center;
  transition: 0.1s; }
  .modal__sombra {
    position: absolute;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
    padding: 1rem; }
    .modal__sombra-close {
      cursor: pointer;
      font-size: 2rem;
      align-self: flex-end; }
    .modal__sombra-art {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .modal__sombra-art-img {
        width: 60%;
        height: 100%;
        overflow: hidden; }
        .modal__sombra-art-img-imge {
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center; }
      .modal__sombra-art-info {
        width: 40%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end; }
        .modal__sombra-art-info-item {
          display: flex;
          font-size: 1.2rem; }
          .modal__sombra-art-info-item-txt1 {
            color: #bda78d;
            font-weight: bold; }
        .modal__sombra-art-info-btn {
          width: 220px;
          align-self: flex-end;
          background-color: #bda78d;
          color: black;
          border: none;
          border-radius: 15px;
          padding: 0.5rem 0rem;
          font-size: 1.5rem;
          text-align: center;
          text-decoration: none; }
          .modal__sombra-art-info-btn:active, .modal__sombra-art-info-btn:visited, .modal__sombra-art-info-btn:hover {
            color: inherit; }

@media screen and (max-width: 800px) {
  .modal__sombra-art {
    flex-direction: column; }
    .modal__sombra-art-img {
      width: 100%;
      height: 100%; }
    .modal__sombra-art-info {
      width: 100%;
      height: 100%; } }
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: Roboto-Regular; }

body, html {
  padding: 0rem;
  margin: 0rem; }

/*# sourceMappingURL=estilos.css.map */
